func os.newRoot

3 uses

	os (current package)
		root_unix.go#L29: 	return newRoot(fd, name)
		root_unix.go#L34: func newRoot(fd int, name string) (*Root, error) {
		root_unix.go#L74: 	return newRoot(fd, name)